From 77a78c968ab61ae745b73d61d2ea66b241b3536b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 13 Jun 2004 15:35:03 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a9fa02f830d..d9d3a774189 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,23 @@ 2004-06-13 Andreas Schwab + * print.c (print_object): Always use %ld for printing EMACS_INT. + + * keyboard.c (cancel_hourglass_unwind): Return a value. + (modify_event_symbol): Always use %ld for printing EMACS_INT. + (Fexecute_extended_command): Likewise. + + * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to + avoid clashes. + (SYNTAX): Likewise. + (SYNTAX_WITH_FLAGS): Likewise. + (SYNTAX_MATCH): Likewise. + + * syntax.c (char_quoted): Avoid warning about undefined operation. + (find_defun_start): Likewise. + (scan_lists): Likewise. + (INC_FROM): Likewise. + (scan_sexps_forward): Likewise. + * image.c: Include . * xfaces.c (face_attr_equal_p): Declare parameters. -- 2.30.2